
html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	color: #383838;
}

strong {
	letter-spacing:-1px;
}

a, a:hover, .social-button, .social-button:hover {
	-webkit-transition: all 120ms ease;
	-moz-transition: all 120ms ease;
	-o-transition: all 120ms ease;
	-ms-transition: all 120ms ease;
	transition: all 120ms ease;
}

.head-space {
	background:#000;
	width:100%;
	height: 117px;
}

.clear {
	clear:both;
}

.wrapper {
	margin:0 auto;
	width:1100px;
}

.header {
	background:#443224;
	position: fixed;
	width: 100%;
	height: 117px;
	z-index: 9999;
}

.site-logo {
	float:left;
}

.main-navigation {
	float: right;
	margin-top:40px;
}

.main-navigation ul {
	margin:0;
	padding:0;
} 

.main-navigation ul li {
	display:inline-table;
	list-style-type:none;
	margin:0 10px;
	text-transform:uppercase;
	font-size: 19px;
	font-weight:600;
} 

.main-navigation ul li .icon {
	color:#443224;
} 

.main-navigation ul li span {
	display: block;
	list-style-type: none;
	text-transform: lowercase;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	color: #7b6b5e;
	margin-top: -8px;
} 

.main-navigation ul li a {
	color:#fff;
	text-decoration:none;
} 

.main-navigation ul li a:hover {
	color:#559fa6;
} 

.social-button {
	background: #fff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	width: 34px;
	height: 34px;
	color: #443224;
	box-sizing: border-box;
	text-align: center;
	padding: 4px 0;
	vertical-align: middle;
}

.social-button:hover {
	background: #559fa6;
}

.social-button:last-of-type {
	margin-left:0px;
}

.page-title {
	text-align: center;
	color: #433224;
	font-weight: 300;
	font-size: 34px;
	box-sizing: border-box;
	padding: 10px 0 20px 0;
	margin: 0 0 20px 0;
	letter-spacing: -1px;
	border-bottom:1px solid #d6d6d6;
}

.page-title span {
	display:block;
	color:#b7b7b7;
	font-style: italic;
	font-size: 22px;
	margin-top: -10px;
	font-weight:300;
}

.home-about p, .home-delivery p, .footer p {
	text-align: center;
	font-size: 24px;
	padding: 0 70px;
	margin: 0;
}

.home-about .small {
	font-size: 18px;
	margin-top: 20px;
	line-height: 30px;
}

.footer {
	background:#559fa6;
	padding: 30px 0;
	text-align: center;
}

.home-products, .home-about, .home-why, .home-delivery, .slider {
	margin-bottom:60px;
}

.home-products ul {
	margin:0;
	padding:0;
	text-align:center;
}

.home-products ul li {
	list-style-type:none;
	display:inline-block;
	margin: 30px 8px 0 8px;
}

.home-products ul li h3 {
	color:#433224;
	margin:0;
	padding:0;
	letter-spacing: -1px;
}

.home-products ul li h4 {
	color:#9e9e9e;
	font-weight:400;
	margin:0;
	padding:0;
}

.home-slider {
	height:680px;
	width:100%;
	background:url(firewood-background.jpg) no-repeat top center;
	margin-bottom:60px;
}


.home-slider ul li 
{
	color: white;
}
.home-why {
	background:url(/web/20160403085038/http://dev.designbyconet.com/firewoodni/img/grey.png) repeat top center;
	padding: 40px 0;
}

.home-why .page-title {
	border-bottom:none;
	color:#795e47;
	font-weight:800;
	margin-bottom: -10px;
}

.home-why ul {
	text-align:center;
	padding: 0 100px;
}

.home-why ul li {
	display: inline-block;
	font-size: 27px;
	font-weight: 300;
}

.mflink {
	margin-top: 20px;
	display: block;
}

.home-delivery .info {
	display: block;
	padding: 14px 15px;
	border: 4px solid #443224;
	color: #fff;
	background:#443224;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align: center;
	width: 200px;
	line-height: 30px;
	margin: 30px auto 0 auto;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: -1px;
	font-size: 19px;
}

.home-delivery .info:hover {
	color:#fff;
	border-color:#559fa6;
	background:#559fa6;
}

#deliveryinfo {
	display:none;
	background:#fff;
}

#deliveryinfo h2 {
	text-align: center;
	letter-spacing: -1px;
	padding: 30px 0;
	font-weight: 300;
	font-size: 27px;
	margin: 0;
	background: #559fa6;
	color: #fff;
}

#deliveryinfo h3 {
	text-align: center;
	background: #F7F7F7;
	padding: 17px;
	letter-spacing: -1px;
	font-weight: 400;
	font-size: 23px;
	margin: 0;
}

#deliveryinfo p {
	font-size: 21px;
	padding: 0 10px;
	text-align: center;
}

#deliveryinfo hr {
	border-left: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	margin: 40px 0 0 0;
}

.fancybox-inner {
    overflow-x: hidden !important;
}
.fancybox-overlay {
	z-index: 9999 !important;
}

.home-slider .title {
	text-transform:capitalize;
}